type go/printer.exprListMode

4 uses

	go/printer (current package)
		nodes.go#L99: type exprListMode uint
		nodes.go#L102: 	commaTerm exprListMode = 1 << iota // list is optionally terminated by a comma
		nodes.go#L114: 	var mode exprListMode
		nodes.go#L130: func (p *printer) exprList(prev0 token.Pos, list []ast.Expr, depth int, mode exprListMode, next0 token.Pos, isIncomplete bool) {